'Declaration
Public Overloads Shared Sub CMYKToRGB( _ ByVal cyan As Byte, _ ByVal magenta As Byte, _ ByVal yellow As Byte, _ ByVal black As Byte, _ ByRef red As Byte, _ ByRef green As Byte, _ ByRef blue As Byte _ )
public static void CMYKToRGB( byte cyan, byte magenta, byte yellow, byte black, out byte red, out byte green, out byte blue )
public procedure CMYKToRGB( cyan: Byte; magenta: Byte; yellow: Byte; black: Byte; Out red: Byte; Out green: Byte; Out blue: Byte ); static;
public static function CMYKToRGB( cyan : byte, magenta : byte, yellow : byte, black : byte, red : byte, green : byte, blue : byte );
Parameters
- cyan
- magenta
- yellow
- black
- red
- green
- blue